Uses of Class
ddejonge.bandana.tools.Turn
Package | Description |
---|---|
ddejonge.bandana.tools |
-
Uses of Turn in ddejonge.bandana.tools
Methods in ddejonge.bandana.tools that return Turn Modifier and Type Method Description Turn
Turn. getNext()
Returns a new Turn object representing the next turn.Turn
Turn. getPrevious()
Returns a new Turn object representing the previous turn.Methods in ddejonge.bandana.tools with parameters of type Turn Modifier and Type Method Description int
Turn. compareTo(Turn other)
Returns a positive value if this turn comes after the given other turn.